runtime.mstats.total_alloc (field)
4 uses
runtime (current package)
mstats.go#L25: total_alloc uint64 // bytes allocated (even if freed)
mstats.go#L416: stats.TotalAlloc = memstats.total_alloc
mstats.go#L556: memstats.total_alloc = 0
mstats.go#L593: memstats.total_alloc = totalAlloc
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)